Carbon


SleepQProcPtr

Header: Power.h Carbon status: Supported

typedef SInt32(* SleepQProcPtr) (
    SInt32 message, 
     qRecPtr
);

You would declare your function like this if you were to name it MySleepQCallback:

SInt32 MySleepQCallback (
    SInt32 message, 
     qRecPtr
);

© 2000 Apple Computer, Inc. (Last Updated 6/30/2000)